[#303] Tidy discovery filter bar layout on mobile#306
Merged
realproject7 merged 1 commit intomainfrom Mar 18, 2026
Merged
Conversation
Mobile: 2-column CSS grid (Writer+Genre row 1, Language+Sort row 2). Desktop (sm+): reverts to flex-wrap row layout, unchanged. Fixes #303 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
project7-interns
approved these changes
Mar 18, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Clean layout fix. grid-cols-2 on mobile gives the 2×2 grouping, sm:flex restores desktop behavior. Flattened structure is simpler. No functionality changes. LGTM.
project7-interns
approved these changes
Mar 18, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The PR matches issue #303 and limits itself to a layout-only cleanup of the mobile discovery filters.
Findings
- No blocking findings.
Decision
Approving because the filter controls are now organized into a clear two-row mobile layout, desktop behavior is preserved via responsive classes, and the query-param behavior is unchanged.
realproject7
added a commit
that referenced
this pull request
Mar 27, 2026
When a Farcaster identity is connected, show the truncated wallet address as secondary muted text next to the @username. Hidden on mobile (sm:inline) to keep the nav compact. Address updates automatically when wallets switch via wagmi's useAccount hook. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
realproject7
added a commit
that referenced
this pull request
Mar 27, 2026
Remove hidden sm:inline — wallet address now always visible alongside Farcaster profile. Reduced to text-[10px] for compact mobile display. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
grid grid-cols-2to organize filters into two clean rows (Writer+Genre, Language+Sort)flex-wraprow layout via responsive classesFixes #303
Test plan
🤖 Generated with Claude Code